IsPlain Property (C1DataCollection<T>)
In This Topic
Gets whether the group items will be inline with the data items or the items will be the first level of group items.
Syntax
'Declaration
Public Overridable ReadOnly Property IsPlain As Boolean
public virtual bool IsPlain {get;}
See Also